Leadtools.MedicalViewer Namespace : MedicalViewerCellCollection<MedicalViewerBaseCell> Class |
The following tables list the members exposed by MedicalViewerCellCollection<MedicalViewerBaseCell>.
Name | Description | |
---|---|---|
MedicalViewerCellCollection<MedicalViewerBaseCell> Constructor | Initializes a new instance of the MedicalViewerCellCollection<MedicalViewerBaseCell> class. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
IsReadOnly | Specifies whether or not the collection is Read Only. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Item | Gets and sets the item at the specified index from within the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) |
Name | Description | |
---|---|---|
Add | Adds the specified item to the end of the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
AddRange | Adds the elements of an System.Collections.ICollection to the end of the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
BringToFront | Brings the specified item forward in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Clear | Overridden. Overridden. Removes all items from the MedicalViewerCellCollection<MedicalViewerBaseCell>. | |
Contains | Determines whether or not the specified item is contained in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
DisableEvents | Called to disable raising the Leadtools.RasterCollection`1.ItemAdded and Leadtools.RasterCollection`1.ItemRemoved events. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
EnableEvents | Called to enable raising the Leadtools.RasterCollection`1.ItemAdded and Leadtools.RasterCollection`1.ItemRemoved events. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
FreezeAll | Freezes or un-freezes all of the cells in the MedicalViewer control. | |
FreezeSelected | Freezes or un-freezes the selected cells in the MedicalViewer control. | |
GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
IndexOf | Returns the index of the specified item if it is found in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Insert | Inserts the specified item at the specified index. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
InvertSelection | Inverts (if a cell is selected make it unselected and vice versa) the selection of the cell in the MedicalViewer control. | |
Remove | Overridden. Removes the specified cell. | |
RemoveAt | Overridden. Removes the cell from the specified index. | |
Reposition | Repositions the cell by removing it and inserting it into another position in the MedicalViewer control. | |
SelectAll | Selects or un-selects all of the cells in the MedicalViewer control. | |
SendToBack | Sends the specified item back in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) |
Name | Description | |
---|---|---|
OnItemAdded | Overridden. Overrides the Leadtools.RasterCollection.OnItemAdded. | |
OnItemRemoved | Overridden. Overrides the Leadtools.RasterCollection.OnItemRemoved. |
Name | Description | |
---|---|---|
ItemAdded | Occurs when an item is added to the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
ItemRemoved | Occurs when an item is removed from the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) |